Skip to content

Commit

Permalink
Regenerated descriptors.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnquietCode committed May 12, 2012
1 parent c1a420d commit f53f368
Show file tree
Hide file tree
Showing 82 changed files with 104 additions and 109 deletions.
Expand Up @@ -18,7 +18,7 @@ public class BlockChainHelperImpl implements BlockChainHelper {

/*
add the reference to the chain (to be resolved later)
*/
*/
@Override
public void addBlockReference(String blockName) {
BlockReference ref = new BlockReference();
Expand All @@ -29,7 +29,7 @@ public void addBlockReference(String blockName) {
}

@Override
public void startBlock(String methodSignature, String blockName, ObjectWrapper<BlockHelper> _helper1) {
public void startBlock(String blockName, ObjectWrapper<BlockHelper> _helper1) {
BlockOutline anonymousBlock = new BlockOutline();
anonymousBlock.setName(blockName);
blockMethod.getBlockChain().add(0, anonymousBlock);
Expand Down
Expand Up @@ -61,11 +61,6 @@ public void setPackage(String packageName) {
outline.setPackageName(packageName);
}

@Override
public void showLog(boolean value) {
// TODO
}

@Override
public void addMethod(String methodSignature, ObjectWrapper<MethodHelper> _helper1) {
BlockHelperImpl._addMethod(outline.selfBlock, methodSignature, _helper1);
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface BlockBuilder<_ReturnType >{
Expand Down
Expand Up @@ -11,14 +11,14 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface BlockChainBuilder<_ReturnType >{


_ReturnType addBlockReference(String blockName);

BlockBuilder<_ReturnType> startBlock();
BlockBuilder<_ReturnType> startBlock(String blockName);

}
Expand Up @@ -11,15 +11,15 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface BlockChainBuilder_addBlockChain<_ReturnType >{


_ReturnType addBlockReference(String blockName);

BlockBuilder<_ReturnType> startBlock();
BlockBuilder<_ReturnType> startBlock(String blockName);

BlockChainBuilder_addBlockChain<BlockChainBuilder<_ReturnType>> addBlockChain();

Expand Down
Expand Up @@ -12,16 +12,16 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface BlockChainHelper {


void startBlock(ObjectWrapper<BlockHelper> _helper1);

void addBlockReference(String blockName);
void startBlock(String blockName, ObjectWrapper<BlockHelper> _helper1);

void addBlockChain(ObjectWrapper<BlockChainHelper> _helper1);

void addBlockReference(String blockName);

}
Expand Up @@ -12,7 +12,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface BlockHelper {
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setPackage<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setPackage_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setPackage_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setPackage_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setDescriptorName_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setPackage<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setPackage_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setPackage_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setPackage_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_enableCondensedClassNames_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setPackage<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setPackage_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setPackage_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setPackage_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setDescriptorName_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setPackage<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setPackage_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setPackage_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setPackage_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setReturnType<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setReturnType_setStartingMethodName<_ReturnType >{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* Visit http://www.unquietcode.com/flapi for more information.
*
*
* Generated on May 12, 2012 24:10:05 CDT using version 0.1
* Generated on May 12, 2012 24:38:04 CDT using version 0.1
*
*/
public interface DescriptorBuilder_setStartingMethodName<_ReturnType >{
Expand Down

0 comments on commit f53f368

Please sign in to comment.