Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dglo/java2go
/ functions
Functions
974 in github.com/dglo/java2go
⨍
Functions
974
◇
Types & classes
156
↓ 2 callers
Method
SetDecl
(decl JObject)
grammar/jobj.go:433
↓ 2 callers
Method
SetExpr
(expr JObject)
grammar/jobj.go:437
↓ 2 callers
Method
SetGoName
(name string)
parser/goprogram.go:3769
↓ 2 callers
Method
SetIncr
(incr []JObject)
grammar/jobj.go:441
↓ 2 callers
Method
SetInit
(init *JVariableInit)
grammar/jobj.go:445
↓ 2 callers
Method
SetModifiers
(modifiers *JModifiers)
grammar/jobj.go:1174
↓ 2 callers
Method
SetType
(typespec *JReferenceType)
grammar/jobj.go:1178
↓ 2 callers
Method
Statics
()
parser/goprogram.go:797
↓ 2 callers
Method
WriteString
(out io.Writer)
parser/goprogram.go:5105
↓ 2 callers
Method
addVar
(v *GoVarInit)
parser/goprogram.go:960
↓ 2 callers
Function
analyzeAllocationExpr
(gs *GoState, owner GoMethodOwner, alloc *grammar.JClassAllocationExpr)
parser/analysis.go:38
↓ 2 callers
Function
analyzeArrayAlloc
(gs *GoState, owner GoMethodOwner, aa *grammar.JArrayAlloc, govar GoVar)
parser/analysis.go:143
↓ 2 callers
Function
analyzeArrayReference
(gs *GoState, owner GoMethodOwner, nae *grammar.JArrayReference)
parser/analysis.go:769
↓ 2 callers
Function
analyzeBranchStmt
(gs *GoState, owner GoMethodOwner, tok token.Token, obj grammar.JObject)
parser/analysis.go:374
↓ 2 callers
Function
analyzeCastExpr
(gs *GoState, owner GoMethodOwner, cex *grammar.JCastExpr)
parser/analysis.go:394
↓ 2 callers
Function
analyzeClassBody
(gs *GoState, cls *GoClassDefinition, body *grammar.JClassBody)
parser/analysis.go:401
↓ 2 callers
Function
analyzeForColon
(gs *GoState, owner GoMethodOwner, jfc *grammar.JForColon)
parser/analysis.go:495
↓ 2 callers
Function
analyzeForVar
(gs *GoState, owner GoMethodOwner, jfv *grammar.JForVar)
parser/analysis.go:554
↓ 2 callers
Function
analyzeIfElseStmt
(gs *GoState, owner GoMethodOwner, ifelse *grammar.JIfElseStmt)
parser/analysis.go:592
↓ 2 callers
Function
analyzeLocalVariableDeclaration
(gs *GoState, owner GoMethodOwner, vdec *grammar.JLocalVariableDecl)
parser/analysis.go:634
↓ 2 callers
Function
analyzeMethodAccess
(gs *GoState, owner GoMethodOwner, mth *grammar.JMethodAccess)
parser/analysis.go:691
↓ 2 callers
Function
analyzeObjectDotName
(gs *GoState, owner GoMethodOwner, odn *grammar.JObjectDotName)
parser/analysis.go:783
↓ 2 callers
Function
analyzeSimpleStatement
(gs *GoState, owner GoMethodOwner, jstmt *grammar.JSimpleStatement)
parser/analysis.go:825
↓ 2 callers
Function
analyzeTry
(gs *GoState, owner GoMethodOwner, try *grammar.JTry)
parser/analysis.go:985
↓ 2 callers
Function
analyzeWhile
(gs *GoState, owner GoMethodOwner, while *grammar.JWhile)
parser/analysis.go:1070
↓ 2 callers
Function
assignNewStruct
assign new struct to receiver
parser/goprogram.go:24
↓ 2 callers
Function
dumpDecl
(decl ast.Decl, indentNum int)
dumper/dump.go:235
↓ 2 callers
Function
dumpImportSpec
(spec *ast.ImportSpec, indentNum int)
dumper/dump.go:540
↓ 2 callers
Method
findInterface
(name *grammar.JTypeName)
parser/goprogram.go:4990
↓ 2 callers
Method
findOrFakeVariable
(typename *grammar.JTypeName, origtype string)
parser/goprogram.go:5546
↓ 2 callers
Method
findPackage
(str string)
parser/config.go:148
↓ 2 callers
Function
getValue
(entryMap map[string]string, key string)
parser/config.go:61
↓ 2 callers
Method
isString
()
parser/goprogram.go:3516
↓ 2 callers
Function
joinStrings
(s1 string, s2 string)
parser/transform.go:406
↓ 2 callers
Function
makeVarDeclList
(objlist []JObject)
grammar/java11_y.go:117
↓ 2 callers
Function
parseFile
(path string, finfo os.FileInfo, cfg *parser.Config, outPath string, debugLex bool, printReport bool, verbose
main.go:78
↓ 2 callers
Method
renumberDuplicateMethods
(gp *GoProgram)
parser/goprogram.go:1242
↓ 1 callers
Method
Add
(name string)
grammar/jobj.go:1067
↓ 1 callers
Method
AddMethod
(newmthd GoMethod)
parser/goprogram.go:3136
↓ 1 callers
Method
BinaryExpr
()
parser/goprogram.go:568
↓ 1 callers
Method
ClassName
()
parser/goprogram.go:5503
↓ 1 callers
Method
Create
()
parser/gofunc.go:11
↓ 1 callers
Method
DumpTree
()
parser/goprogram.go:4943
↓ 1 callers
Method
Equals
(govar GoVar)
parser/goprogram.go:67
↓ 1 callers
Method
Equals
(govar GoVar)
parser/govar.go:51
↓ 1 callers
Method
Equals
(govar GoVar)
parser/govar.go:165
↓ 1 callers
Method
Error
(s string)
grammar/java11_y.go:1025
↓ 1 callers
Method
Expr
()
parser/goprogram.go:6133
↓ 1 callers
Method
Expr
()
parser/goprogram.go:6193
↓ 1 callers
Method
Expr
()
parser/typedata.go:188
↓ 1 callers
Method
Field
()
parser/goprogram.go:3761
↓ 1 callers
Method
FirstType
()
grammar/jobj.go:1078
↓ 1 callers
Method
FixDuplicate
(mlist []GoMethod, newmthd GoMethod)
parser/methodmap.go:11
↓ 1 callers
Method
FullName
()
parser/goprogram.go:3024
↓ 1 callers
Method
HasAnnotation
(name string)
grammar/jobj.go:775
↓ 1 callers
Method
HasName
()
grammar/jobj.go:248
↓ 1 callers
Method
Ident
()
parser/goprogram.go:90
↓ 1 callers
Method
Ident
()
parser/goprogram.go:3398
↓ 1 callers
Method
Ident
()
parser/goprogram.go:4459
↓ 1 callers
Method
Ident
()
parser/govar.go:65
↓ 1 callers
Method
IfStmt
()
parser/goprogram.go:2912
↓ 1 callers
Method
ImportedType
(string)
parser/typedata.go:61
↓ 1 callers
Method
IndexExpr
()
parser/goprogram.go:346
↓ 1 callers
Method
Init
()
parser/goprogram.go:2069
↓ 1 callers
Method
IsClass
(name string)
parser/typedata.go:210
↓ 1 callers
Method
IsClassField
()
parser/govar.go:17
↓ 1 callers
Method
IsInterface
(string)
parser/typedata.go:62
↓ 1 callers
Method
IsReference
()
parser/goprogram.go:794
↓ 1 callers
Method
Name
()
parser/goprogram.go:4322
↓ 1 callers
Function
NewClassMethodMap
create a map of class names to objects
parser/methodmap.go:117
↓ 1 callers
Function
NewFileLexer
(path string, debugLex bool)
grammar/java11_l.go:37
↓ 1 callers
Function
NewGoClassMethod
(class GoMethodOwner, gs *GoState, jmth *grammar.JMethodDecl)
parser/goprogram.go:1361
↓ 1 callers
Function
NewGoImportPackage
(pkgname string)
parser/goprogram.go:2999
↓ 1 callers
Function
NewGoInterfaceDefinition
(name string)
parser/goprogram.go:3125
↓ 1 callers
Function
NewGoInterfaceMethod
(gp *GoProgram, iface_name string, imth *grammar.JInterfaceMethodDecl)
parser/goprogram.go:2719
↓ 1 callers
Function
NewGoKeyword
(token int, name string)
parser/goprogram.go:3382
↓ 1 callers
Function
NewGoLocalVarCast
(govar GoVar, cast GoExpr)
parser/goprogram.go:3648
↓ 1 callers
Function
NewGoLocalVarNoInit
(govar GoVar)
parser/goprogram.go:3544
↓ 1 callers
Function
NewGoMethodArguments
(gs *GoState, owner GoMethodOwner, args []grammar.JObject)
parser/goprogram.go:4122
↓ 1 callers
Function
NewInterfaceMethodMap
create a map of interface names to objects
parser/methodmap.go:147
↓ 1 callers
Function
NewJAssignmentExpr
(left JObject, op string, right JObject)
grammar/jobj.go:88
↓ 1 callers
Function
NewJClassBody
(list []JObject)
grammar/jobj.go:196
↓ 1 callers
Function
NewJConditionalExpr
(condexpr JObject, ifexpr JObject, elseexpr JObject)
grammar/jobj.go:230
↓ 1 callers
Function
NewJElementValuePair
(name string, value JObject)
grammar/jobj.go:276
↓ 1 callers
Function
NewJInstanceOf
(obj JObject, typespec *JReferenceType)
grammar/jobj.go:502
↓ 1 callers
Function
NewJLabeledStatement
(label string, stmt JObject)
grammar/jobj.go:605
↓ 1 callers
Function
NewJLiteral
(text string)
grammar/jobj.go:619
↓ 1 callers
Function
NewJMethodAccessComplex
(obj JObject, name string, arglist []JObject)
grammar/jobj.go:647
↓ 1 callers
Function
NewJMethodAccessName
(nametyp *JTypeName, arglist []JObject)
grammar/jobj.go:662
↓ 1 callers
Function
NewJObjectDotName
(obj JObject, name *JTypeName)
grammar/jobj.go:836
↓ 1 callers
Function
NewJPackageStmt
(name *JTypeName)
grammar/jobj.go:850
↓ 1 callers
Function
NewJParens
(expr JObject)
grammar/jobj.go:858
↓ 1 callers
Function
NewJSwitchGroup
(labellist []JObject, stmtlist []JObject)
grammar/jobj.go:956
↓ 1 callers
Function
NewJSynchronized
(expr JObject, block *JBlock)
grammar/jobj.go:1001
↓ 1 callers
Function
NewObjectDotName
(odn *grammar.JObjectDotName, obj GoExpr, gs *GoState)
parser/goprogram.go:4424
↓ 1 callers
Method
NotFirst
()
grammar/jobj.go:1094
↓ 1 callers
Method
NotLast
()
grammar/jobj.go:1104
↓ 1 callers
Method
NumParameters
()
parser/goprogram.go:4330
↓ 1 callers
Method
PackageString
()
grammar/jobj.go:1114
↓ 1 callers
Method
Receiver
(class string)
parser/goprogram.go:5034
← previous
next →
201–300 of 974, ranked by callers