MCPcopy Create free account

hub / github.com/dglo/java2go / functions

Functions974 in github.com/dglo/java2go

↓ 4 callersFunctionNewTypeDataPrimitive
(typename string, dims int)
parser/typedata.go:85
↓ 4 callersMethodNumParameters
()
parser/goprogram.go:3767
↓ 4 callersMethodSetBody
(body JObject)
grammar/jobj.go:429
↓ 4 callersMethodSortedKeys
()
parser/methodmap.go:76
↓ 4 callersFunctiongetFmtClass
(prog *GoProgram)
parser/transform.go:86
↓ 4 callersMethodisInterface
(name string)
parser/config.go:185
↓ 4 callersFunctionmakeClassKeyFromParts
(parent GoMethodOwner, name string)
parser/goprogram.go:807
↓ 4 callersMethodpackageName
(key string)
parser/config.go:190
↓ 4 callersFunctionsingleStatement
(name string, stmts []ast.Stmt)
parser/goprogram.go:43
↓ 3 callersMethodAddAnnotation
(annotation *JAnnotation)
grammar/jobj.go:747
↓ 3 callersMethodAddMethod
(newmthd GoMethod)
parser/goprogram.go:952
↓ 3 callersMethodAddModifier
(name string)
grammar/jobj.go:757
↓ 3 callersMethodAnalyze
(pgm *grammar.JProgramFile)
parser/goprogram.go:4717
↓ 3 callersFunctionAssertFalse
(t *testing.T, val bool, args ...interface{})
testutil/assert.go:20
↓ 3 callersFunctionAssertTrue
(t *testing.T, val bool, args ...interface{})
testutil/assert.go:38
↓ 3 callersMethodClose
()
grammar/java11_l.go:95
↓ 3 callersMethodFileSet
()
parser/goprogram.go:4959
↓ 3 callersMethodImportSpec
()
parser/goprogram.go:3014
↓ 3 callersMethodIsMethod
(mthd GoMethod)
parser/goprogram.go:3764
↓ 3 callersFunctionJulyStatname
(s int)
grammar/java11_y.go:1040
↓ 3 callersMethodMatches
(*grammar.JTypeName)
parser/goprogram.go:3105
↓ 3 callersFunctionNewGoProgram
(name string, config *Config, verbose bool)
parser/goprogram.go:4581
↓ 3 callersFunctionNewJAnnotation
(name *JTypeName, elem []JObject, has_parens bool)
grammar/jobj.go:35
↓ 3 callersFunctionNewJArrayAlloc
(typename *JTypeName, dimexprs []JObject, dims int)
grammar/jobj.go:51
↓ 3 callersFunctionNewJArrayReference
(name *JTypeName, obj JObject, expr JObject)
grammar/jobj.go:70
↓ 3 callersFunctionNewJMethodAccessKeyword
(token int, name string, arglist []JObject)
grammar/jobj.go:658
↓ 3 callersFunctionNewJSwitchLabel
(name string, expr JObject, is_default bool)
grammar/jobj.go:982
↓ 3 callersFunctionNewJTry
(block *JBlock, clist []JObject, finally *JBlock)
grammar/jobj.go:1015
↓ 3 callersFunctionNewStringReader
(str string)
grammar/strrdr.go:12
↓ 3 callersMethodSetGoName
(newname string)
parser/govar.go:22
↓ 3 callersMethodSetTypeParameters
(type_params []JObject)
grammar/jobj.go:714
↓ 3 callersMethodString
()
parser/goprogram.go:6229
↓ 3 callersMethodSuper
()
parser/goprogram.go:798
↓ 3 callersMethodaddClassDecl
(parent GoMethodOwner, jcls *grammar.JClassDecl)
parser/goprogram.go:5381
↓ 3 callersFunctionaddEntry
(entryMap map[string]string, typeName string, key string, val string)
parser/config.go:30
↓ 3 callersMethodaddEnum
(enm *grammar.JEnumDecl)
parser/goprogram.go:4594
↓ 3 callersMethodaddVariableDecl
(vd *grammar.JVariableDecl, class_field bool)
parser/goprogram.go:5486
↓ 3 callersFunctionanalyzeAssignExpr
(gs *GoState, owner GoMethodOwner, expr *grammar.JAssignmentExpr)
parser/analysis.go:173
↓ 3 callersFunctionanalyzeReferenceType
(gs *GoState, ref *grammar.JReferenceType)
parser/analysis.go:812
↓ 3 callersFunctionanalyzeUnaryExpr
(gs *GoState, owner GoMethodOwner, uexpr *grammar.JUnaryExpr)
parser/analysis.go:1020
↓ 3 callersFunctionconvertToVarInit
(obj GoObject)
parser/transform.go:78
↓ 3 callersFunctiondumpCallExpr
(call *ast.CallExpr, indentNum int)
dumper/dump.go:130
↓ 3 callersFunctiondumpFuncType
(ftyp *ast.FuncType, indentNum int)
dumper/dump.go:451
↓ 3 callersMethodfinalize
(gp *GoProgram)
parser/goprogram.go:790
↓ 3 callersFunctionfindMethod
(owner GoMethodOwner, class GoMethodOwner, name string, arglist *GoMethodArguments, verbose bool)
parser/analysis.go:13
↓ 3 callersFunctionfixName
(name string, modifiers *grammar.JModifiers)
parser/goprogram.go:31
↓ 3 callersMethodisObject
()
parser/typedata.go:214
↓ 3 callersFunctionmakeBlock
(gs *GoState, owner GoMethodOwner, block grammar.JObject)
parser/analysis.go:1086
↓ 2 callersMethodAddConstant
(con *GoConstant)
parser/goprogram.go:786
↓ 2 callersMethodAddNewMethod
(gs *GoState, mth *grammar.JMethodDecl)
parser/goprogram.go:956
↓ 2 callersMethodArguments
()
parser/goprogram.go:1488
↓ 2 callersMethodArguments
()
parser/goprogram.go:3757
↓ 2 callersFunctionAssertEmpty
(t *testing.T, val string, args ...interface{})
testutil/assert.go:7
↓ 2 callersMethodClass
()
parser/goprogram.go:5491
↓ 2 callersMethodDecls
()
parser/goprogram.go:4843
↓ 2 callersFunctionDump
(srcname string, f *ast.File)
dumper/dump.go:16
↓ 2 callersMethodDump
(out io.Writer)
parser/goprogram.go:4939
↓ 2 callersMethodDump
print the configuration data to the output
parser/config.go:115
↓ 2 callersMethodGoName
()
parser/goprogram.go:4443
↓ 2 callersMethodGoName
()
parser/govar.go:12
↓ 2 callersMethodHasArguments
(args *GoMethodArguments)
parser/goprogram.go:3763
↓ 2 callersMethodImports
()
parser/goprogram.go:5002
↓ 2 callersMethodIsDotted
()
grammar/jobj.go:1082
↓ 2 callersMethodIsFinal
()
parser/govar.go:18
↓ 2 callersMethodIsInterface
()
parser/goprogram.go:3104
↓ 2 callersMethodIsPrimitive
()
grammar/jobj.go:1086
↓ 2 callersMethodIsStatic
()
parser/govar.go:19
↓ 2 callersFunctionJulylex1
(lex JulyLexer, lval *JulySymType)
grammar/java11_y.go:1049
↓ 2 callersMethodLex
(lval *JulySymType)
grammar/java11_y.go:1024
↓ 2 callersMethodLexChar
(lval *JulySymType)
grammar/java11_l.go:111
↓ 2 callersMethodList
()
parser/goprogram.go:5846
↓ 2 callersMethodMethodType
()
parser/goprogram.go:3765
↓ 2 callersFunctionNewFileManager
(name string)
parser/goprogram.go:144
↓ 2 callersFunctionNewGoClassDefinition
(program *GoProgram, parent GoMethodOwner, name string)
parser/goprogram.go:939
↓ 2 callersFunctionNewGoJumpToLabel
(label string, is_continue bool)
parser/goprogram.go:3335
↓ 2 callersFunctionNewGoLocalVarInit
(govar GoVar, init GoExpr)
parser/goprogram.go:3586
↓ 2 callersFunctionNewGoMethodReference
(class GoMethodOwner, name string, args *GoMethodArguments, verbose bool)
parser/goprogram.go:4218
↓ 2 callersFunctionNewGoNewStruct
(rcvr GoVar, cls GoMethodOwner, is_super bool, args *GoMethodArguments)
parser/goprogram.go:1910
↓ 2 callersFunctionNewGoSelector
(expr GoExpr, sel GoVar)
parser/goprogram.go:5214
↓ 2 callersFunctionNewJBlock
(list []JObject)
grammar/jobj.go:121
↓ 2 callersFunctionNewJCatch
(modifiers *JModifiers, typelist []*JTypeName, name string, block *JBlock)
grammar/jobj.go:149
↓ 2 callersFunctionNewJClassAllocationExpr
(name *JTypeName, obj_args []JObject, arglist []JObject)
grammar/jobj.go:166
↓ 2 callersFunctionNewJEmpty
()
grammar/jobj.go:287
↓ 2 callersFunctionNewJEnumDecl
(modifiers *JModifiers, name string, interfaces []*JTypeName, body *JEnumBody)
grammar/jobj.go:345
↓ 2 callersFunctionNewJForColon
(modifiers *JModifiers, typespec *JReferenceType, name string, dims int, expr JObject)
grammar/jobj.go:368
↓ 2 callersFunctionNewJForVar
(modifiers *JModifiers, typespec *JReferenceType, name string, dims int)
grammar/jobj.go:412
↓ 2 callersFunctionNewJIfElseStmt
(cond JObject, ifblock JObject, elseblock JObject)
grammar/jobj.go:477
↓ 2 callersFunctionNewJJumpToLabel
(token int, label string)
grammar/jobj.go:575
↓ 2 callersFunctionNewJLocalVariableDecl
(modifiers *JModifiers, typespec *JReferenceType, vars []*JVariableDecl)
grammar/jobj.go:633
↓ 2 callersFunctionNewJSwitch
(expr JObject, grouplist []JObject)
grammar/jobj.go:931
↓ 2 callersFunctionNewJTypeParameter
(name string, bounds []JObject)
grammar/jobj.go:1137
↓ 2 callersFunctionNewJUnaryExpr
(op string, obj JObject, is_prefix bool)
grammar/jobj.go:1147
↓ 2 callersFunctionNewJVariableInit
(expr JObject, arraylist []*JVariableInit)
grammar/jobj.go:1187
↓ 2 callersFunctionNewJWhile
(expr JObject, stmt JObject, is_do_while bool)
grammar/jobj.go:1203
↓ 2 callersFunctionNewTypeDataObject
(tdict TypeDictionary, typename string, dims int)
parser/typedata.go:119
↓ 2 callersMethodParent
()
parser/goprogram.go:796
↓ 2 callersMethodReadByte
()
grammar/java11_l.go:15
↓ 2 callersFunctionReadConfig
read the configuration file
parser/config.go:72
↓ 2 callersMethodReceiver
()
parser/goprogram.go:5603
↓ 2 callersMethodRunTransform
(xform TransformFunc, prog *GoProgram, cls GoClass, parent GoObject)
parser/goprogram.go:5053
← previousnext →101–200 of 974, ranked by callers