Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniJavaCompiler/MiniJavaLLVM
/ functions
Functions
860 in github.com/MiniJavaCompiler/MiniJavaLLVM
⨍
Functions
860
◇
Types & classes
136
Method
save
Save a value in the location specified by this left hand side.
src/syntax/SuperAccess.java:86
Method
save
Save a value in the location specified by this left hand side.
src/syntax/NameAccess.java:81
Method
save
Save a value in the location specified by this left hand side.
src/syntax/ClassAccess.java:73
Method
save
Save a value in the location specified by this left hand side.
src/syntax/FrameAccess.java:74
Method
save
Save a value in the location specified by this left hand side.
src/syntax/ObjectAccess.java:85
Method
save
Save a value in the location specified by this left hand side.
src/syntax/ArrayAccess.java:118
Method
save
Save a value in the location specified by this left hand side.
src/syntax/LeftHandSide.java:41
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/SimpleAccess.java:61
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/SuperAccess.java:71
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/NameAccess.java:69
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/ClassAccess.java:61
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/FrameAccess.java:62
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/ObjectAccess.java:70
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/ArrayAccess.java:91
Method
saveVar
Save the value in the free register in the variable specified by this expression.
src/syntax/LeftHandSide.java:37
Method
saveVar
Generate code to save the value in the free register into this variable on the stack frame.
src/checker/VarEnv.java:146
Method
setField
(ObjValue obj, Value val)
src/checker/FieldEnv.java:195
Method
setFrame
Set the value of this variable on the current stack frame.
src/checker/VarEnv.java:158
Method
setNegative
()
src/syntax/IntLiteral.java:38
Method
setStmtExpr
(StatementExpr expr)
src/syntax/ExprStmt.java:41
Method
setTmp
(int x86_tmp, int free)
src/codegen/Assembly.java:218
Method
strValue
(String n)
src/codegen/Assembly.java:91
Method
toString
Generate a printable representation of a name.
src/syntax/Name.java:57
Method
toString
Return a printable representation of this type.
src/syntax/NameType.java:40
Method
toString
Return a printable representation of this type.
src/syntax/PrimitiveType.java:37
Method
toString
()
src/syntax/Type.java:47
Method
typeInvocation
Calculate the type of this method invocation.
src/syntax/ThisInvocation.java:46
Method
typeInvocation
Calculate the type of this method invocation.
src/syntax/NameInvocation.java:42
Method
typeInvocation
Calculate the type of this method invocation.
src/syntax/ObjectInvocation.java:45
Method
typeInvocation
Calculate the type of this method invocation.
src/syntax/ClassInvocation.java:43
Method
typeInvocation
Calculate the type of this method invocation.
src/syntax/SuperInvocation.java:54
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NegExpr.java:38
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/BooleanLiteral.java:40
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NullCheck.java:53
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NotExpr.java:38
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NewArrayExpr.java:47
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NullLiteral.java:38
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/ArrayLiteral.java:69
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/SimpleAccess.java:42
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/LogicOpExpr.java:37
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NewExpr.java:45
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/SuperAccess.java:43
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/CharLiteral.java:39
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NameAccess.java:43
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/NumericOpExpr.java:38
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/BitOpExpr.java:37
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/StringLiteral.java:55
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/RelOpExpr.java:42
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/Invocation.java:65
Method
typeOf
(Context ctxt, VarEnv env)
src/syntax/CastExpr.java:39
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/TypeLen.java:42
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/IntLiteral.java:67
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/TmpAccess.java:44
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/ClassAccess.java:41
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/FrameAccess.java:41
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/ObjectAccess.java:44
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/ArrayAccess.java:55
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/AssignExpr.java:46
Method
typeOf
(Context ctxt, VarEnv env)
src/syntax/AllocArrayInvocation.java:47
Method
typeOf
Check this expression and return an object that describes its type (or throw an exception if an unrecoverable error occurs).
src/syntax/Expression.java:40
← previous
801–860 of 860, ranked by callers