Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X _ 

G

GCodeSection - Class in org.cakelab.blender.generator.utils
Contains generated code or comment lines.
GCodeSection(int) - Constructor for class org.cakelab.blender.generator.utils.GCodeSection
 
GCodeSection(GCodeSection) - Constructor for class org.cakelab.blender.generator.utils.GCodeSection
 
GComment - Class in org.cakelab.blender.generator.utils
 
GComment(GComment.Type) - Constructor for class org.cakelab.blender.generator.utils.GComment
 
GComment(GComment) - Constructor for class org.cakelab.blender.generator.utils.GComment
 
GComment.Type - Enum in org.cakelab.blender.generator.utils
 
ge(long, long) - Static method in class org.cakelab.blender.nio.UnsignedLong
 
generate() - Method in class org.cakelab.blender.generator.StructDNAImageGenerator
 
get(int) - Method in class org.cakelab.blender.io.block.BlockList
 
get(ByteOrder, int) - Static method in class org.cakelab.blender.io.Encoding
 
get(int) - Method in class org.cakelab.blender.nio.CArrayFacade
Returns the element with the given 'index'.
get() - Method in class org.cakelab.blender.nio.CPointer
This method returns the value, the pointer points to.
get(int) - Static method in class org.cakelab.blender.versions.OffheapAreas
Retrieve the list of offheap areas (struct names) for a given version code.
getAddress() - Method in class org.cakelab.blender.io.block.BlockHeader
 
getAddress() - Method in class org.cakelab.blender.nio.CPointer
This returns the address this pointer points to.
getAddressWidth() - Method in class org.cakelab.blender.io.Encoding
 
getAllocator() - Method in class org.cakelab.blender.io.block.BlockTable
Returns the allocator used by this block table.
getArrayLength() - Method in class org.cakelab.blender.metac.CType
In case of a multidimensional array, this will return the length of the array of the first dimension.
getArrayType(String, String) - Method in class org.cakelab.blender.metac.CMetaModel
 
getAuthors() - Method in class org.cakelab.blender.doc.Documentation
 
getBlenderModel() - Method in class org.cakelab.blender.io.BlenderFile
 
getBlock(long, Class<?>[]) - Method in class org.cakelab.blender.io.block.BlockTable
Returns the block for a given address and type (array, pointer, struct or scalar).
getBlock(long, Class<?>) - Method in class org.cakelab.blender.io.block.BlockTable
returns the block which contains the data of the given address and type (struct or scalar).
getBlock(long, int) - Method in class org.cakelab.blender.io.block.BlockTable
Returns the block which contains the given address.
getBlock(long) - Method in class org.cakelab.blender.io.block.BlockTable
Returns the block which contains the given address.
getBlocks() - Method in class org.cakelab.blender.io.BlenderFile
 
getBlocks(Identifier) - Method in class org.cakelab.blender.io.block.BlockTable
Returns a list of blocks which have the given block code.
getBlocks(Identifier, List<Block>) - Method in class org.cakelab.blender.io.block.BlockTable
Retrieve all blocks with the given block code which are on heap.
getBlocksSorted() - Method in class org.cakelab.blender.io.block.BlockTable
This method returns the internal list of blocks which are on heap and sorted by their address.
getBlockTable() - Method in class org.cakelab.blender.io.BlenderFile
 
getBooleanValue() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getByteOrder() - Method in class org.cakelab.blender.io.block.Block
 
getByteOrder() - Method in class org.cakelab.blender.io.Encoding
 
getByteOrder() - Method in class org.cakelab.blender.io.FileHeader
 
getByteOrder() - Method in class org.cakelab.blender.io.util.BigEndianCFileRW
 
getByteOrder() - Method in class org.cakelab.blender.io.util.BigEndianInputStreamWrapper
 
getByteOrder() - Method in class org.cakelab.blender.io.util.CBufferReadWrite
 
getByteOrder() - Method in class org.cakelab.blender.io.util.CDataReadWriteAccess
 
getByteOrder() - Method in class org.cakelab.blender.io.util.LittleEndianFileRW
 
getBytes() - Method in class org.cakelab.blender.io.util.CBufferReadWrite
provides access to the native data buffer.
getCause() - Method in exception org.cakelab.json.codec.JSONCodecException
 
getCFacade(long) - Method in class org.cakelab.blender.nio.CPointer
Returns a facade or pointer on the given targetAddress, depending on the type of this pointer.
getChars(int, int, char[], int) - Method in class org.cakelab.json.JSONPrettyprint
 
getClassName() - Method in class org.cakelab.blender.generator.CFacadeClassGenerator
 
getClassName() - Method in class org.cakelab.blender.generator.FactoryClassGenerator
 
getClassName() - Method in class org.cakelab.blender.generator.MainLibClassGenerator
 
getClassName() - Method in class org.cakelab.blender.generator.utils.ClassGenerator
 
getClassTypeName(CType, JavaType) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getCode() - Method in class org.cakelab.blender.io.block.BlockHeader
 
getCode() - Method in class org.cakelab.blender.io.FileHeader.Version
 
getColumn() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getComment() - Method in class org.cakelab.blender.generator.utils.GField
 
getCount() - Method in class org.cakelab.blender.io.block.BlockHeader
 
getData() - Method in class org.cakelab.blender.io.util.Identifier
Returns the sequence of bytes which represents the actual code.
getDataString() - Method in class org.cakelab.blender.io.util.Identifier
 
getDeclaredField(Class<? extends Object>, String) - Static method in class org.cakelab.json.codec.ReflectionHelper
 
getDeclaredFields(Class<?>) - Static method in class org.cakelab.json.codec.ReflectionHelper
 
getDeclaredFieldsMap(Class<?>) - Static method in class org.cakelab.json.codec.ReflectionHelper
 
getDefault() - Static method in class org.cakelab.json.parser.ParserFactory
 
getDefaultStringFormatter() - Static method in class org.cakelab.json.codec.JSONCodec
Returns a string formatter with the default configuration used to encode Java objects to JSON.
getDir() - Method in class org.cakelab.blender.generator.utils.GPackage
 
getDocFolder(File, FileVersionInfo) - Static method in class org.cakelab.blender.doc.Documentation
 
getDocs() - Method in class org.cakelab.blender.generator.utils.ClassGenerator
 
getDouble(int) - Method in class org.cakelab.json.JSONArray
 
getDouble(String) - Method in class org.cakelab.json.JSONObject
 
getEncoding() - Method in class org.cakelab.blender.io.BlenderFile
 
getEncoding() - Method in class org.cakelab.blender.io.block.BlockTable
 
getFieldDescriptorName(String) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getFieldDoc(DNAStruct, DNAField) - Method in class org.cakelab.blender.doc.Documentation
 
getFieldDoc(String, String) - Method in class org.cakelab.blender.doc.Documentation
 
getFieldDoc(String, String) - Method in interface org.cakelab.blender.doc.DocumentationProvider
 
getFieldDoc(String, String) - Method in class org.cakelab.blender.generator.DocGenerator
 
getFieldDoc() - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getFields() - Method in class org.cakelab.blender.io.dna.DNAStruct
 
getFields() - Method in class org.cakelab.blender.metac.CStruct
 
getFieldType(CType, JavaType) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getFile() - Method in class org.cakelab.blender.io.BlenderFile
 
getFirst(CFacade) - Method in class org.cakelab.blender.utils.MainLibBase
 
getHeader() - Method in class org.cakelab.blender.io.BlenderFile
 
getHeaderSize(int) - Static method in class org.cakelab.blender.io.block.BlockHeader
 
getIndentString(int) - Method in class org.cakelab.blender.generator.utils.CodeGenerator
 
getIndex() - Method in class org.cakelab.blender.io.dna.DNAStruct
 
getKind() - Method in class org.cakelab.blender.metac.CType
 
getKind() - Method in class org.cakelab.blender.typemap.JavaType
 
getLine() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getLines() - Method in class org.cakelab.blender.generator.utils.GCodeSection
 
getLocalizedMessage() - Method in exception org.cakelab.blender.io.block.OverlappingBlocksException
 
getLong(int) - Method in class org.cakelab.json.JSONArray
 
getLong(String) - Method in class org.cakelab.json.JSONObject
 
getLookahead() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getMajor() - Method in class org.cakelab.blender.io.FileHeader.Version
 
getMessage() - Method in exception org.cakelab.blender.io.block.OverlappingBlocksException
 
getMetaModel() - Method in class org.cakelab.blender.io.BlenderFile
 
getMinor() - Method in class org.cakelab.blender.io.FileHeader.Version
 
getMinsubversion() - Method in class org.cakelab.blender.io.FileVersionInfo
 
getMinversion() - Method in class org.cakelab.blender.io.FileVersionInfo
 
getModifiers() - Method in class org.cakelab.blender.generator.utils.GField
 
getModule() - Method in class org.cakelab.blender.doc.Documentation
 
getName() - Method in class org.cakelab.blender.generator.utils.GField
 
getName() - Method in class org.cakelab.blender.generator.utils.GPackage
 
getName() - Method in class org.cakelab.blender.io.dna.DNAField
 
getName() - Method in class org.cakelab.blender.io.dna.DNAType
 
getName() - Method in class org.cakelab.blender.metac.CField
 
getName() - Method in class org.cakelab.blender.typemap.JavaField
 
getName() - Method in class org.cakelab.blender.typemap.JavaType
 
getName() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getNodeById(String) - Method in class org.cakelab.jdoxml.impl.graphhandler.GraphHandler
 
getNullPointer(BlenderFile) - Static method in class org.cakelab.blender.utils.BlenderFactoryBase
Create a null pointer object associated with the given blender file.
getNullPointer() - Method in class org.cakelab.blender.utils.BlenderFactoryBase
Returns a null pointer object associated with the blender file of this factory.
getNumberValue() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getOverlappingBlocks() - Method in exception org.cakelab.blender.io.block.OverlappingBlocksException
 
getPath() - Method in class org.cakelab.blender.doc.Documentation
 
getPointerSize() - Method in class org.cakelab.blender.io.FileHeader
 
getPointerSize() - Method in class org.cakelab.blender.io.util.CDataReadWriteAccess
 
getReferencedType() - Method in class org.cakelab.blender.metac.CType
In case of a pointer, this will return the type of elements, the pointer points to.
getReferencedType() - Method in class org.cakelab.blender.typemap.JavaType
 
getResourcePath() - Method in class org.cakelab.blender.generator.utils.GPackage
 
getScalar(long) - Method in class org.cakelab.blender.nio.CPointer
Returns a copy of the scalar from memory referenced by the given address.
getScalarJavaObjectType(CType, JavaType) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getScalarSize(String, int) - Static method in class org.cakelab.blender.metac.CMetaModel
 
getSdnaIndex() - Method in class org.cakelab.blender.io.block.BlockHeader
 
getSdnaIndex() - Method in class org.cakelab.blender.metac.CStruct
 
getSdnaIndices(String[]) - Method in class org.cakelab.blender.io.BlenderFile
Retrieve indices for given names from Struct DNA.
getSignature() - Method in class org.cakelab.blender.io.dna.DNAField
 
getSignature() - Method in class org.cakelab.blender.metac.CType
 
getSignatureName() - Method in class org.cakelab.blender.io.dna.DNAField
 
getSize() - Method in class org.cakelab.blender.io.block.BlockHeader
 
getSize() - Method in class org.cakelab.blender.io.dna.DNAType
 
getSize() - Method in enum org.cakelab.blender.io.FileHeader.PointerSize
 
getSource() - Method in class org.cakelab.blender.doc.Documentation
 
getString(String) - Method in class org.cakelab.json.JSONObject
 
getStringValue() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getStruct(int) - Method in class org.cakelab.blender.io.dna.DNAModel
 
getStruct(String) - Method in class org.cakelab.blender.io.dna.DNAModel
 
getStruct(int) - Method in class org.cakelab.blender.metac.CMetaModel
 
getStructDNA() - Method in class org.cakelab.blender.io.BlenderFile
 
getStructDoc(DNAStruct) - Method in class org.cakelab.blender.doc.Documentation
 
getStructDoc(String) - Method in class org.cakelab.blender.doc.Documentation
 
getStructDoc(String) - Method in interface org.cakelab.blender.doc.DocumentationProvider
 
getStructDoc(String) - Method in class org.cakelab.blender.generator.DocGenerator
 
getStructs() - Method in class org.cakelab.blender.io.dna.DNAModel
 
getStructs() - Method in class org.cakelab.blender.metac.CMetaModel
 
getSubversion() - Method in class org.cakelab.blender.io.FileVersionInfo
 
getSystem() - Method in class org.cakelab.blender.doc.Documentation
 
getTemplateParameter(CType, JavaType) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getTotalNumArrayElems() - Method in class org.cakelab.blender.metac.CType
 
getType() - Method in class org.cakelab.blender.generator.utils.GField
 
getType() - Method in class org.cakelab.blender.io.dna.DNAField
 
getType(short) - Method in class org.cakelab.blender.io.dna.DNAModel
 
getType() - Method in class org.cakelab.blender.io.dna.DNAStruct
 
getType() - Method in class org.cakelab.blender.metac.CField
 
getType(String) - Method in class org.cakelab.blender.metac.CMetaModel
Retrieve a type description for a given type signature.
getType() - Method in class org.cakelab.blender.typemap.JavaField
 
getTypeList(JavaType, CType) - Method in class org.cakelab.blender.generator.utils.FieldVisitor
 
getValue() - Method in class org.cakelab.json.parser.pojo.Scanner
 
getVersion() - Method in class org.cakelab.blender.doc.Documentation
 
getVersion() - Method in class org.cakelab.blender.io.BlenderFile
 
getVersion() - Method in class org.cakelab.blender.io.FileHeader
Blender version, this file was created in.
getVersion() - Method in class org.cakelab.blender.io.FileVersionInfo
 
getVersionInfo() - Method in class org.cakelab.blender.generator.ModelGenerator
 
GField - Class in org.cakelab.blender.generator.utils
 
GField(String, String, String, String, GComment) - Constructor for class org.cakelab.blender.generator.utils.GField
 
GMethod - Class in org.cakelab.blender.generator.utils
Contains code and documentation of a generated method.
GMethod(GMethod) - Constructor for class org.cakelab.blender.generator.utils.GMethod
 
GMethod(int) - Constructor for class org.cakelab.blender.generator.utils.GMethod
 
gpackage - Variable in class org.cakelab.blender.generator.utils.ClassGenerator
 
GPackage - Class in org.cakelab.blender.generator.utils
 
GPackage(File, String) - Constructor for class org.cakelab.blender.generator.utils.GPackage
 
GraphHandler - Class in org.cakelab.jdoxml.impl.graphhandler
 
GraphHandler(IBaseHandler, String) - Constructor for class org.cakelab.jdoxml.impl.graphhandler.GraphHandler
 
gt(long, long) - Static method in class org.cakelab.blender.nio.UnsignedLong
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links