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
↓ 1 callers
Method
SetInitializers
(init []*JVariableInit)
grammar/jobj.go:60
↓ 1 callers
Method
SetJavaProgram
(prog *JProgramFile)
grammar/java11_l.go:134
↓ 1 callers
Method
SetOriginal
(gcm *GoClassMethod)
parser/goprogram.go:3770
↓ 1 callers
Method
SetPackage
(pkg string)
parser/goprogram.go:2192
↓ 1 callers
Method
SetStatic
()
grammar/jobj.go:125
↓ 1 callers
Method
Stmts
()
parser/goprogram.go:525
↓ 1 callers
Method
String
()
grammar/jobj.go:1124
↓ 1 callers
Method
String
()
parser/goprogram.go:6480
↓ 1 callers
Method
String
print a minimal description of the configuration rules
parser/config.go:230
↓ 1 callers
Method
Suffix
()
parser/govar.go:222
↓ 1 callers
Method
TypeExpr
()
parser/goprogram.go:775
↓ 1 callers
Method
UnaryExpr
()
parser/goprogram.go:6176
↓ 1 callers
Method
ValueSpec
(num int, typeident *ast.Ident)
parser/goprogram.go:1984
↓ 1 callers
Method
VarType
()
parser/govar.go:25
↓ 1 callers
Method
VarType
()
parser/govar.go:230
↓ 1 callers
Method
Write
(topdir string)
parser/goprogram.go:5080
↓ 1 callers
Method
WriteString
(out io.Writer, verbose bool)
parser/goprogram.go:1789
↓ 1 callers
Method
WriteString
(out io.Writer)
parser/goprogram.go:1888
↓ 1 callers
Method
WriteString
(out io.Writer, verbose bool)
parser/goprogram.go:2210
↓ 1 callers
Method
WriteString
(out io.Writer, verbose bool)
parser/goprogram.go:3236
↓ 1 callers
Method
WriteString
(out io.Writer, verbose bool)
parser/goprogram.go:3324
↓ 1 callers
Method
WriteString
(out io.Writer)
parser/goprogram.go:4181
↓ 1 callers
Method
WriteString
(out io.Writer)
parser/goprogram.go:4386
↓ 1 callers
Method
addClass
(clsname string)
parser/goprogram.go:3004
↓ 1 callers
Method
addClass
(cls GoClass)
parser/goprogram.go:4585
↓ 1 callers
Method
addInterface
(iface *grammar.JInterfaceDecl)
parser/goprogram.go:4656
↓ 1 callers
Method
addInterface
(name string)
parser/config.go:46
↓ 1 callers
Method
addInterfaceReference
(name *grammar.JTypeName)
parser/goprogram.go:4706
↓ 1 callers
Method
addPackage
(name string, value string)
parser/config.go:51
↓ 1 callers
Method
addReceiver
(name string, value string)
parser/config.go:56
↓ 1 callers
Function
analyze
(jp *grammar.JProgramFile, path string, config *parser.Config, rules []parser.TransformFunc, print_report, ve
main.go:23
↓ 1 callers
Function
analyzeBinaryExpr
(gs *GoState, owner GoMethodOwner, bexpr *grammar.JBinaryExpr)
parser/analysis.go:229
↓ 1 callers
Method
analyzeCode
(pgm *grammar.JProgramFile)
parser/goprogram.go:4727
↓ 1 callers
Function
analyzeConstant
(gs *GoState, owner GoMethodOwner, jcon *grammar.JConstantDecl)
parser/analysis.go:434
↓ 1 callers
Method
analyzeEnumConstant
(name string, con *grammar.JEnumConstant)
parser/goprogram.go:4774
↓ 1 callers
Function
analyzeForExpr
(gs *GoState, owner GoMethodOwner, jfor *grammar.JForExpr)
parser/analysis.go:523
↓ 1 callers
Method
analyzeImports
(pgm *grammar.JProgramFile)
parser/goprogram.go:4804
↓ 1 callers
Function
analyzeLabelledStmt
(gs *GoState, owner GoMethodOwner, ls *grammar.JLabeledStatement)
parser/analysis.go:624
↓ 1 callers
Function
analyzeLocalVariableInternal
(gs *GoState, owner GoMethodOwner, defaultModifiers *grammar.JModifiers, defaultTypeSpec *grammar.JReferenceT
parser/analysis.go:650
↓ 1 callers
Function
analyzeNameDotObject
(gs *GoState, ndo *grammar.JNameDotObject)
parser/analysis.go:758
↓ 1 callers
Function
analyzeSwitch
(gs *GoState, owner GoMethodOwner, jsw *grammar.JSwitch)
parser/analysis.go:901
↓ 1 callers
Function
analyzeSwitchCase
(gs *GoState, owner GoMethodOwner, jsg *grammar.JSwitchGroup)
parser/analysis.go:917
↓ 1 callers
Function
analyzeSwitchLabel
(gs *GoState, owner GoMethodOwner, jsl *grammar.JSwitchLabel)
parser/analysis.go:961
↓ 1 callers
Function
analyzeSynchronized
(gs *GoState, owner GoMethodOwner, sync *grammar.JSynchronized)
parser/analysis.go:979
↓ 1 callers
Method
clearbuf
()
grammar/java11_l.go:60
↓ 1 callers
Function
convertPathToGo
(path string)
main.go:40
↓ 1 callers
Method
createConstructor
(gp *GoProgram)
parser/goprogram.go:1008
↓ 1 callers
Method
createInitializer
(rcvr GoVar)
parser/goprogram.go:6247
↓ 1 callers
Function
dumpArrayType
(atyp *ast.ArrayType, indentNum int)
dumper/dump.go:34
↓ 1 callers
Function
dumpAssignStmt
(asgn *ast.AssignStmt, indentNum int)
dumper/dump.go:49
↓ 1 callers
Function
dumpBinaryExpr
(bin *ast.BinaryExpr, indentNum int)
dumper/dump.go:75
↓ 1 callers
Function
dumpBranchStmt
(bstmt *ast.BranchStmt, indentNum int)
dumper/dump.go:111
↓ 1 callers
Function
dumpCaseClause
(cc *ast.CaseClause, indentNum int)
dumper/dump.go:147
↓ 1 callers
Function
dumpChanType
(ch *ast.ChanType, indentNum int)
dumper/dump.go:178
↓ 1 callers
Function
dumpCompositeLit
(clit *ast.CompositeLit, indentNum int)
dumper/dump.go:208
↓ 1 callers
Function
dumpDeferStmt
(dstmt *ast.DeferStmt, indentNum int)
dumper/dump.go:251
↓ 1 callers
Function
dumpEllipsis
(elp *ast.Ellipsis, indentNum int)
dumper/dump.go:263
↓ 1 callers
Function
dumpField
(fld *ast.Field, indentNum int)
dumper/dump.go:348
↓ 1 callers
Function
dumpForStmt
(fstmt *ast.ForStmt, indentNum int)
dumper/dump.go:396
↓ 1 callers
Function
dumpFuncDecl
(fun *ast.FuncDecl, indentNum int)
dumper/dump.go:426
↓ 1 callers
Function
dumpFuncLit
(flit *ast.FuncLit, indentNum int)
dumper/dump.go:468
↓ 1 callers
Function
dumpGenDecl
(gen *ast.GenDecl, indentNum int)
dumper/dump.go:488
↓ 1 callers
Function
dumpGoStmt
(gostmt *ast.GoStmt, indentNum int)
dumper/dump.go:498
↓ 1 callers
Function
dumpIfStmt
(ifstmt *ast.IfStmt, indentNum int)
dumper/dump.go:510
↓ 1 callers
Function
dumpIncDecStmt
(ids *ast.IncDecStmt, indentNum int)
dumper/dump.go:559
↓ 1 callers
Function
dumpIndexExpr
(idx *ast.IndexExpr, indentNum int)
dumper/dump.go:575
↓ 1 callers
Function
dumpInterfaceType
(ityp *ast.InterfaceType, indentNum int)
dumper/dump.go:598
↓ 1 callers
Function
dumpKeyValueExpr
(kv *ast.KeyValueExpr, indentNum int)
dumper/dump.go:615
↓ 1 callers
Function
dumpLabeledStmt
(lex *ast.LabeledStmt, indentNum int)
dumper/dump.go:638
↓ 1 callers
Function
dumpParenExpr
(prn *ast.ParenExpr, indentNum int)
dumper/dump.go:659
↓ 1 callers
Function
dumpRangeStmt
(rstmt *ast.RangeStmt, indentNum int)
dumper/dump.go:677
↓ 1 callers
Function
dumpReturnStmt
(rtn *ast.ReturnStmt, indentNum int)
dumper/dump.go:707
↓ 1 callers
Function
dumpScope
(scope *ast.Scope, indentNum int)
dumper/dump.go:721
↓ 1 callers
Function
dumpSendStmt
(ss *ast.SendStmt, indentNum int)
dumper/dump.go:740
↓ 1 callers
Function
dumpSliceExpr
(slc *ast.SliceExpr, indentNum int)
dumper/dump.go:762
↓ 1 callers
Function
dumpSpec
(spec ast.Spec, indentNum int)
dumper/dump.go:795
↓ 1 callers
Function
dumpStructType
(styp *ast.StructType, indentNum int)
dumper/dump.go:859
↓ 1 callers
Function
dumpSwitchStmt
(ss *ast.SwitchStmt, indentNum int)
dumper/dump.go:876
↓ 1 callers
Function
dumpTypeAssertExpr
(tae *ast.TypeAssertExpr, indentNum int)
dumper/dump.go:902
↓ 1 callers
Function
dumpTypeSpec
(spec *ast.TypeSpec, indentNum int)
dumper/dump.go:925
↓ 1 callers
Function
dumpTypeSwitchStmt
(tss *ast.TypeSwitchStmt, indentNum int)
dumper/dump.go:948
↓ 1 callers
Function
dumpUnaryExpr
(unary *ast.UnaryExpr, indentNum int)
dumper/dump.go:974
↓ 1 callers
Function
dumpValueSpec
(spec *ast.ValueSpec, indentNum int)
dumper/dump.go:994
↓ 1 callers
Function
fillFile
(t *testing.T)
parser/config_test.go:11
↓ 1 callers
Method
finalize
()
parser/goprogram.go:4967
↓ 1 callers
Function
findAssigned
(unasgned_vars []*GoVarInit, gv GoVar)
parser/goprogram.go:1071
↓ 1 callers
Method
findVariable
(typename *grammar.JTypeName)
parser/goprogram.go:5561
↓ 1 callers
Method
hasVariable
(govar GoVar)
parser/govar.go:14
↓ 1 callers
Method
interfaces
()
parser/config.go:170
↓ 1 callers
Method
internalizeVarInits
(gp *GoProgram)
parser/goprogram.go:1112
↓ 1 callers
Function
makeClassKey
(cls GoClass)
parser/goprogram.go:803
↓ 1 callers
Method
packageKeys
()
parser/config.go:194
↓ 1 callers
Method
paramList
()
parser/goprogram.go:1546
↓ 1 callers
Method
params
()
parser/goprogram.go:2817
↓ 1 callers
Function
parseDirectory
(dir string, cfg *parser.Config, outPath string, debugLex bool, printReport bool, verbose bool)
main.go:60
↓ 1 callers
Function
parseGo
(path string)
main.go:90
↓ 1 callers
Function
parseJava
(path string, cfg *parser.Config, dirPath string, debugLex, print_report, verbose bool)
main.go:107
↓ 1 callers
Method
receiverKeys
()
parser/config.go:213
↓ 1 callers
Method
recv
()
parser/goprogram.go:1576
↓ 1 callers
Method
renumberDuplicateMethods
(gp *GoProgram)
parser/goprogram.go:3218
← previous
next →
301–400 of 974, ranked by callers