MCPcopy Create free account

hub / github.com/MiniJavaCompiler/MiniJavaLLVM / functions

Functions860 in github.com/MiniJavaCompiler/MiniJavaLLVM

MethoddefaultExpr
(Position pos)
src/syntax/ClassType.java:619
MethoddefaultValue
()
src/syntax/NameType.java:47
MethoddefaultValue
()
src/syntax/PrimitiveType.java:85
MethoddefaultValue
()
src/syntax/Type.java:48
Methoddescribe
Return a description of this source.
src/compiler/JavaSource.java:59
Methoddescribe
Return a description of this source.
src/compiler/StdinSource.java:35
Methoddescribe
Construct a printable description of this environment entry for use in error diagnostics.
src/checker/FieldEnv.java:110
Methoddescribe
Construct a printable description of this environment entry for use in error diagnostics.
src/checker/MethEnv.java:220
FunctiondoTest
(test)
runTests.py:242
Methodequal
Test for equality with another type.
src/syntax/NameType.java:70
Methodeval
Evaluate this expression.
src/syntax/NegExpr.java:57
Methodeval
Evaluate this expression.
src/syntax/CondAndExpr.java:91
Methodeval
Evaluate this expression.
src/syntax/ThisInvocation.java:61
Methodeval
Evaluate this expression.
src/syntax/BooleanLiteral.java:72
Methodeval
Evaluate this expression.
src/syntax/NullCheck.java:78
Methodeval
Evaluate this expression.
src/syntax/NotExpr.java:57
Methodeval
Evaluate this expression.
src/syntax/NameInvocation.java:60
Methodeval
Evaluate this expression.
src/syntax/NullLiteral.java:66
Methodeval
Evaluate this expression.
src/syntax/ArrayLiteral.java:134
Methodeval
Evaluate this expression.
src/syntax/AddExpr.java:54
Methodeval
Evaluate this expression.
src/syntax/SimpleAccess.java:74
Methodeval
Evaluate this expression.
src/syntax/BitOrExpr.java:50
Methodeval
Evaluate this expression.
src/syntax/NewExpr.java:76
Methodeval
Evaluate this expression.
src/syntax/ObjectInvocation.java:72
Methodeval
Evaluate this expression.
src/syntax/SuperAccess.java:80
Methodeval
Evaluate this expression.
src/syntax/CondOrExpr.java:91
Methodeval
Evaluate this expression.
src/syntax/CharLiteral.java:72
Methodeval
Evaluate this expression.
src/syntax/BitXorExpr.java:50
Methodeval
Evaluate this expression.
src/syntax/NameAccess.java:75
Methodeval
Evaluate this expression.
src/syntax/StringLiteral.java:121
Methodeval
Evaluate this expression.
src/syntax/ModExpr.java:59
Methodeval
(State st)
src/syntax/AllocInvocation.java:41
Methodeval
Evaluate this expression.
src/syntax/BitAndExpr.java:49
Methodeval
(State st)
src/syntax/DieInvocation.java:39
Methodeval
(State st)
src/syntax/RelOpExpr.java:72
Methodeval
(State st)
src/syntax/CastExpr.java:63
Methodeval
Evaluate this expression.
src/syntax/SubExpr.java:54
Methodeval
Evaluate this expression.
src/syntax/ClassInvocation.java:66
Methodeval
Evaluate this expression.
src/syntax/TypeLen.java:56
Methodeval
Evaluate this expression.
src/syntax/SuperInvocation.java:93
Methodeval
Evaluate this expression.
src/syntax/IntLiteral.java:111
Methodeval
Evaluate this expression.
src/syntax/TmpAccess.java:73
Methodeval
Evaluate this expression.
src/syntax/ClassAccess.java:67
Methodeval
Evaluate this expression.
src/syntax/FrameAccess.java:68
Methodeval
Evaluate this expression.
src/syntax/AssignExpr.java:77
Methodeval
Evaluate this expression.
src/syntax/DivExpr.java:60
Methodeval
(State st)
src/syntax/AllocArrayInvocation.java:55
Methodeval
Evaluate this expression.
src/syntax/MulExpr.java:50
Methodeval
Evaluate this expression.
src/syntax/Expression.java:116
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/Block.java:96
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/DoWhile.java:70
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/Return.java:103
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/Statement.java:77
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/While.java:84
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/LocalVarDecl.java:127
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/ExprStmt.java:69
Methodexec
Execute this statement. If the statement is terminated by a return statement, return the corresponding value. Otherwise, a null indicates that no
src/syntax/IfThenElse.java:120
Functiongc_printroots
src/runtime_llvm.c:471
MethodgetArray
()
src/interp/ObjValue.java:46
MethodgetArray
Convert this value into an ArrayValue, or fail with an error message if this value does not represent an array.
src/interp/ArrayValue.java:42
MethodgetArrayPrimitives
()
src/syntax/Type.java:43
MethodgetBody
()
src/syntax/MethDecl.java:50
MethodgetColumn
Return a column number for this position. By convention, column numbers start at zero. If no sensible column number value is available, then we re
src/compiler/Position.java:49
MethodgetColumn
Return the column number for this position.
src/compiler/SourcePosition.java:58
MethodgetCrossRef
()
src/compiler/Diagnostic.java:60
MethodgetDepth
Return the depth of this expression tree as a measure of its complexity. Literals never require any evaluation so they always have zero depth.
src/syntax/Literal.java:36
MethodgetDepth
Return the depth of this expression tree as a measure of its complexity. By default, we treat all expressions as having a potential side-effect, an
src/syntax/Expression.java:68
MethodgetField
(ObjValue obj)
src/checker/FieldEnv.java:184
MethodgetFilename
()
src/compiler/SourcePosition.java:69
MethodgetId
Returns the identifier for this formal parameter.
src/syntax/Formals.java:43
MethodgetInterpRelOp
()
src/syntax/GreaterThanExpr.java:58
MethodgetInterpRelOp
()
src/syntax/NotEqualExpr.java:57
MethodgetInterpRelOp
()
src/syntax/EqualExpr.java:59
MethodgetInterpRelOp
()
src/syntax/LessThanExpr.java:58
MethodgetLeft
()
src/syntax/BinaryOp.java:41
MethodgetLexeme
Returns the text (if any) for the current lexeme.
src/compiler/Lexer.java:97
MethodgetLineNo
Return the current line number.
src/compiler/JavaSource.java:170
MethodgetLineNo
Return the current line number.
src/compiler/StdinSource.java:82
MethodgetMods
()
src/syntax/ClassType.java:77
MethodgetMods
Returns the modifiers for this entry.
src/checker/MemberEnv.java:45
MethodgetNext
Returns the next argument in this list.
src/syntax/Args.java:54
MethodgetNext
Returns the next formal parameter in this list.
src/syntax/Formals.java:49
MethodgetNext
Returns the next argument in this list.
src/syntax/Decls.java:40
MethodgetNumDiagnostics
()
src/compiler/Handler.java:30
MethodgetObject
()
src/syntax/ObjectInvocation.java:67
MethodgetOwner
Returns the owner for this entry.
src/checker/MemberEnv.java:57
MethodgetPos
Returns the position of this syntactic element.
src/syntax/Syntax.java:38
MethodgetPos
()
src/compiler/Diagnostic.java:49
MethodgetPos
()
src/compiler/SourceLexer.java:56
MethodgetRHS
()
src/syntax/AssignExpr.java:34
MethodgetRight
()
src/syntax/BinaryOp.java:44
MethodgetRow
Return the row number for this position.
src/compiler/SourcePosition.java:52
MethodgetSource
Return the source for this position.
src/compiler/SourcePosition.java:46
MethodgetString
()
src/syntax/StringLiteral.java:49
MethodgetToken
Returns the code for the current token.
src/compiler/Lexer.java:91
MethodgetType
()
src/codegen/LLVM.java:88
MethodgetValue
()
src/syntax/IntLiteral.java:35
MethodgetWidth
()
src/syntax/NameType.java:74
MethodgetWidth
()
src/syntax/PrimitiveType.java:82
MethodgetWidth
()
src/syntax/ClassType.java:92
← previousnext →601–700 of 860, ranked by callers