Uses of Class
gw.internal.gosu.parser.GosuClassParseInfo
Packages that use GosuClassParseInfo
Package
Description
-
Uses of GosuClassParseInfo in gw.internal.gosu.parser
Subclasses of GosuClassParseInfo in gw.internal.gosu.parserFields in gw.internal.gosu.parser declared as GosuClassParseInfoMethods in gw.internal.gosu.parser that return GosuClassParseInfoModifier and TypeMethodDescriptionGosuClass.createNewParseInfo()When changing the places from which this method is called run pc's gw.smoketest.pc.job.common.effectivetime.VisibleEffectiveTimeTest cause it will break!GosuProgram.createNewParseInfo()When changing the places from which this method is called run pc's gw.smoketest.pc.job.common.effectivetime.VisibleEffectiveTimeTest cause it will break!IGosuClassInternal.createNewParseInfo()When changing the places from which this method is called run pc's gw.smoketest.pc.job.common.effectivetime.VisibleEffectiveTimeTest cause it will break!GosuClass.getParseInfo()ICompilableTypeInternal.getParseInfo()IGosuClassInternal.getParseInfo() -
Uses of GosuClassParseInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return GosuClassParseInfo -
Uses of GosuClassParseInfo in gw.internal.gosu.parser.java.compiler
Methods in gw.internal.gosu.parser.java.compiler with parameters of type GosuClassParseInfoModifier and TypeMethodDescriptionprivate voidJavaStubGenerator.genConstructors(StringBuilder sb, IGosuClassInternal gsClass, GosuClassParseInfo parseInfo) private voidJavaStubGenerator.genFields(StringBuilder sb, IGosuClassInternal gsClass, GosuClassParseInfo parseInfo) private voidJavaStubGenerator.genMethods(StringBuilder sb, IGosuClassInternal gsClass, GosuClassParseInfo parseInfo) private voidJavaStubGenerator.genProperties(StringBuilder sb, IGosuClassInternal gsClass, GosuClassParseInfo parseInfo)